home *** CD-ROM | disk | FTP | other *** search
/ PC Home 119 / PC Home issue 119.iso / PCHome.exe / scripts / DefineSprite_114 / frame_3 / DoAction.as
Encoding:
Text File  |  2002-12-12  |  299 b   |  12 lines

  1. count = "1";
  2. fish = "1";
  3. while(count < softNUM)
  4. {
  5.    set("field" add count,eval("soft" add count));
  6.    set("field" add count add "link",eval("soft" add count add "link"));
  7.    set("field" add count add "desc",eval("soft" add count add "desc"));
  8.    count += "1";
  9. }
  10. count = "1";
  11. fish = "1";
  12.